xen: arm: Defer setting of VTCR_EL2 until after CPUs are up
authorIan Campbell <ian.campbell@citrix.com>
Thu, 18 Sep 2014 00:09:51 +0000 (01:09 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 22 Sep 2014 15:44:54 +0000 (16:44 +0100)
commit67784ca4f9b15b55f075ebef76005af6e2b724b1
tree39ef534e804d804b91a883d5169bb0ed2dbfd23b
parente0994a4b6d6afc23019dbafaa326acb70416a2dc
xen: arm: Defer setting of VTCR_EL2 until after CPUs are up

Currently we retain the hardcoded values but soon we will want to calculate the
correct values based upon the CPU properties common to all processors, which
are only available once they are all up.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Reviewed-by: Julien Grall <julien.grall@linaro.org>
xen/arch/arm/p2m.c
xen/arch/arm/setup.c
xen/arch/arm/smpboot.c